home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Yellows - Privacy (Deluxe)
/
Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso
/
mono
/
e.dxr
/
00062.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-06
|
286 b
|
16 lines
on exitFrame
global spnumlist, waittime, vspritelist
if rollOver(15) then
curcontrol(15)
else
if spnumlist = [] then
go("wait")
set vspritelist to []
else
showsprite()
startTimer()
set waittime to 60 + random(120)
end if
end if
end